메인 콘텐츠로 건너뛰기
GET
/
audiences
/
size
Get audiences count
curl --request GET \
  --url https://your_a2_service/audiences/size \
  --header 'Authorization: Bearer <token>'
123

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

응답

Successful Response

The response is of type integer.